home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod03 / Shared.Dir / 00271_icon for BOOK BAG.PICT.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  217 b   |  11 lines

  1. on mouseUp
  2.   global gCDRDrive
  3.   puppetSound("Bduwaa Beep")
  4.   updateStage()
  5.   if the machineType = 256 then
  6.     play movie gCDRDrive & "Ad\backpack.dir"
  7.   else
  8.     play movie gCDRDrive & "Ad:backpack.dir"
  9.   end if
  10. end
  11.